CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - HUFFMAN ENCODING

搜索资源列表

  1. huffman另类方案

    0下载:
  2. huffman 编码译码另类方案 ,所有权值有用户自定义,方便用户使用和自行决定-Huffman encoding decoding an alternative plan, ownership values are user-defined, user-friendly and to decide
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:45984
    • 提供者:bob
  1. huffman-0.7

    0下载:
  2. Huffman 压缩/解压算法的ANSI C实现 This archive contains a simple and readable ANSI C implementation of Huffman coding and decoding. This implementation is not intended to be the best, fastest, smallest, or any other performance related adjective. M
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:49562
    • 提供者:张森宁
  1. huffman

    0下载:
  2. Library and command line program for Huffman encoding and decoding both files and chunks of memory. The encoder is a 2 pass encoder. The first pass scans the data and builds the Huffman tree. The second pass encodes the data. The decoder is one pa
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:12765
    • 提供者:马振强
  1. Huffcoding04

    0下载:
  2. provides matlab code for huffman encoding for images
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5802
    • 提供者:katore vishal
  1. huffman

    0下载:
  2. huffman压缩解压缩编码解码程序,内容可用,马上可用。huffman编码解码-huffman codec compression decompression process, the content available immediately available. huffman encoding and decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:3444
    • 提供者:李洁琼
  1. vc-Huffman-encoding

    1下载:
  2. 这是一个关于哈弗曼编码的程序,里面包含了一些算法,对于哈弗曼编码理解非常有用!-this is a procedure about Huffman-encoding,some algorithm include!very useful for you to understand the Huffman-encoding!
  3. 所属分类:Data structs

    • 发布日期:2014-12-08
    • 文件大小:894976
    • 提供者:lianshao
  1. Huffman-encoding-and-decoding-tree

    1下载:
  2. 哈夫曼树编码解码,在程序中使用树结构,实现哈夫曼树,核心类:树结构类哈夫曼编解码器类;文本处理类;主程序类-Huffman encoding and decoding tree, the tree structure used in the program to achieve Huffman tree, the core categories: tree class class Huffman codec text processing classes main categories
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-12-08
    • 文件大小:8780800
    • 提供者:李聪
  1. Huffman-encoding

    0下载:
  2. C sources for Huffma,Huffman encoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:3813
    • 提供者:李小狼
  1. Huffman-encoding-and-decoding

    0下载:
  2. 用c++实现了哈夫曼的编码和译码。C + + implementation of the Huffman encoding and decoding-C++ implementation of the Huffman encoding and decoding
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:353125
    • 提供者:lhd
  1. Huffman-encoding-decoding-

    0下载:
  2. 通过C++来实现赫夫曼编码和译码函数的程序-Huffman encoding and decoding functions of the program through C++
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-21
    • 文件大小:862
    • 提供者:lulu
  1. Huffman-encoding

    0下载:
  2. 基于哈夫曼编码的数据压缩/解压程序:将任意一个指定的文本文件中的字符进行哈夫曼编码,生成一个编码文件(压缩文件)和哈夫曼树文件;反过来,可将一个压缩文件解码还原为一个文本文件。-Data compression based on Huffman encoding
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:4565
    • 提供者:徐小龙
  1. Huffman-encoding

    0下载:
  2. 哈弗曼编码,解码,仿真通信系统,c语言,二叉树-The Huffman encoding, decoding, simulation of communication systems, c language, binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:2328
    • 提供者:木子清
  1. Huffman-encoding

    0下载:
  2. 哈夫曼树可用于构造使电文的编码总长最短的编码方案。具体做法如下:设需要编码的字符集合为{d1,d2,…,dn},它们在电文中出现的次数或频率集合为{w1,w2,…,wn},以d1,d2,…,dn作为叶结点,w1,w2,…,wn作为它们的权值,构造一棵哈夫曼树,规定哈夫曼树中的左分支代表0,右分支代表1,则从根结点到每个叶结点所经过的路径分支组成的0和1的序列便为该结点对应字符的编码,我们称之为哈夫曼编码。-Huffman encoding can be used to construct the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:49641
    • 提供者:汉化后
  1. huffman-encoding--and-decoding

    0下载:
  2. 对一BMP图像进行huffman的编码及解码。-BMP images on a huffman encoding and decoding.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:136832
    • 提供者:阳慧
  1. Huffman

    0下载:
  2. 哈夫曼编码小程序,可以对数据进行编码和解码,简单易上手(Huffman encoding small program, you can code and decode the data, easy to use)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:1410048
    • 提供者:bbc123456
  1. huffman

    0下载:
  2. 输入一段字符,符号,然后对这一串字符进行Huffman编码,然后输入一串电文可以翻译成对应的字符(Enter a paragraph of characters, symbols, and then the string of characters for Huffman encoding, and then input a string of messages can be translated into the corresponding characters)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:@@@3
  1. Huffman

    0下载:
  2. Huffman编码的应用:实现数据的Huffman编码及参数计算,以及对读入图像作Huffman编码(The application of Huffman coding: to achieve Huffman encoding and parameter calculation of data, and to read the image for Huffman coding)
  3. 所属分类:压缩解压

    • 发布日期:2017-12-31
    • 文件大小:2048
    • 提供者:砂糖
  1. Huffman

    0下载:
  2. 实现哈夫曼编码,C语言实现,单文件直接编译运行。注册开通用,垃圾作品,课程作业(huffman coding The realization of Huffman encoding, C language, single file directly compile and run. Registered with the opening, trash, course work)
  3. 所属分类:数据结构

    • 发布日期:2018-01-03
    • 文件大小:11264
    • 提供者:Quasimo
  1. huffman

    0下载:
  2. 可以实现将txt文件进行huffman编码压缩(Txt files can be compressed by Huffman encoding)
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:MaybeSilent
  1. Huffman

    0下载:
  2. Huffman Encoding and Decoding
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:6144
    • 提供者:Max00111
« 1 23 4 5 6 7 8 9 10 ... 42 »
搜珍网 www.dssz.com